go/ast.CompositeLit.Lbrace (field)
5 uses
go/ast (current package)
ast.go#L329: Lbrace token.Pos // position of "{"
ast.go#L501: return x.Lbrace
go/parser
parser.go#L1696: return &ast.CompositeLit{Type: typ, Lbrace: lbrace, Elts: elts, Rbrace: rbrace}
go/printer
nodes.go#L1017: p.setPos(x.Lbrace)
nodes.go#L1019: p.exprList(x.Lbrace, x.Elts, 1, commaTerm, x.Rbrace, x.Incomplete)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)